/* #region  header */
.kenburns-top {
  -webkit-animation: kenburns-top 2s ease-out reverse both;
  animation: kenburns-top 2s ease-out reverse both;
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

.header {
  position: relative;
  overflow: hidden;
}
.header > .top-bg {
  display: block;
  width: 100%;
  height: 483px;
}
.header > .nav {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  color: #185aae;
  font-size: 16px;
}
.header > .nav > div > a {
  color: #185aae;
  text-decoration: none;
  position: relative;
  transition: all 0.5s;
}
.header > .nav > div > a::after,
.header > .nav > div > a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #185aae;
  transition: all 0.5s;
}
.header > .nav > div > a:hover::after,
.header > .nav > div > a:hover::before {
  width: 100%;
}
.header > .nav > div > a::after {
  right: auto;
  left: 0;
}
.header > .nav > div > span {
  margin: 0 4.8px;
}
.header > .nav > div + div > a {
  margin-right: 10px;
}
.header > .nav > div + div > a:nth-last-child(1),
.header > .nav > div + div > a:nth-last-of-type(2) {
  margin-right: 0;
}
.header .nav .aged-mode {
  background: #eb9427;
  color: #fff !important;
  padding: 4px 10px;
  border-radius: 15px;
}
.header .nav .wza {
  background: #185aae;
  color: #fff !important;
  padding: 4px 10px;
  border-radius: 15px;
}
.header .nav .wza:hover::after,
.header .nav .wza:hover::before,
.nav .aged-mode:hover::after,
.nav .aged-mode:hover::before {
  display: none;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.header > .nav .wechat:hover > img,
.header > .nav .weibo:hover > img {
  display: block;
  animation: fadeInUp 0.5s;
}
.header > .nav .ercode {
  position: absolute;
  width: 100px;
  top: 30px;
  left: -25px;
  display: none;
  z-index: 999;
}
.header > .logo-search-container {
  position: absolute;
  top: 86px;
  left: 0;
  right: 0;
  text-align: center;
}
.logo-search-container .banner-logo {
  width: 360px;
}
.search-container {
  font-size: 0;
  margin-top: 60px;
  border-radius: 40px;
}
.search-container > input {
  width: 440px;
  line-height: 56px;
  height: 56px;
  background-color: #fff;
  border: none;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 17px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.search-container > input:focus-visible {
  outline: none;
}
.search-container > .search-btn {
  display: inline-block;
  text-align: center;
  background-color: #0649a5;
  font-size: 24px;
  color: #fff;
  height: 56px;
  line-height: 56px;
  width: 120px;
  vertical-align: middle;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.search-container > .search-btn > .ic-search {
  width: 22px;
  top: 3px;
  position: relative;
}

.dep-street {
  cursor: pointer;
}
.dep-street-pop-container {
  display: none;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  background: rgba(6, 73, 165, 0.9);
  z-index: 1000;
}
.dep-street-pop-container::before {
  content: "";
  width: 0px;
  height: 0px;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent rgba(6, 73, 165, 0.9);
  left: 538px;
  top: -10px;
  position: absolute;
  margin-left: -10px;
}
.dep-street-pop-container > .container {
  position: relative;
  padding-top: 20px;
  color: #fff;
  text-align: left;
}
.dep-street-pop-close {
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
  z-index: 11;
}
.dep-street-pop-container > .container > .dep-street-section-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #4077ca;
  padding-bottom: 15px;
}
.dep-street-pop-container > .container > ul {
  margin: 1em 0;
}
.dep-street-pop-container > .container > ul::after {
  content: "";
  display: block;
  clear: both;
}
.dep-street-pop-container > .container > ul > li {
  list-style-type: none;
  float: left;
  width: 16.66667%;
  height: 33px;
}
.dep-street-pop-container > .container > ul > li > a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  max-width: 100%;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}
.dep-street-pop-container > .container > ul > li > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.dep-street-pop-container > .container > ul > li > a:hover {
  font-weight: bold;
}
.dep-street-pop-container > .container > ul > li > a:hover::before {
  right: 0;
}
/* #endregion header */

/* #region section1 */
.section1 {
  position: relative;
}
.section1-1 {
  background: #a7cfff;
  background-image: linear-gradient(to top, #fff, #a7cfff);
}
.section1 > .font-bg {
  width: 266px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section1 .hot-title {
  color: #0649a5;
  font-size: 36px;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.section1 .hot-description {
  color: #0649a5;
  font-size: 18px;
  text-align: center;
  padding-top: 16px;
}
.section1 .swiper-container-hot {
  height: 80px;
  overflow: hidden;
  width: 100%;
}
.section1 .swiper-container-hot .swiper-slide {
  text-align: center;
  width: 100%;
}
.section1 > div:first-child {
  padding-top: 46px;
}

.section1 .swiper-container-1 {
  margin-top: 47px;
  width: 50%;
  height: 464px;
  float: left;
  overflow: hidden;
}
.swiper-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 15px;
  padding-right: 100px;
  background: #3c3e3d89;
  color: #fff;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
}
.swiper-slide {
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pagination1,
.pagination4 {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: right;
  padding-right: 15px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-active-switch {
  background: #185aae;
}
.swiper-container-hot .zdzczz {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #115199;
  color: #fff;
  width: 88px;
  height: 88px;
}
.swiper-container-hot .zdzczz span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  width: 60px;
  display: block;
  line-height: 1.5;
}

.section1-1-list-container {
  width: 50%;
  float: left;
  padding-left: 2%;
  margin-top: 60px;
}
.swiper-container-2 {
  overflow: hidden;
  height: 420px;
}
.section1-1-list-container .tab-list,
.section1-2-1 .tab-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section1-1-list-container .tab-list > li,
.section1-2-1 .tab-list > li {
  float: none;
  margin: 0;
}
.section1-1-list-container .news-list,
.section1-2-1 .news-list {
  margin-top: 15px;
}
.title-zwgk {
  /* margin-top: 76px; */
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.section1-2 {
  margin-top: 50px;
}
.section1-2-1 {
  width: 917px;
  overflow: hidden;
  float: left;
}
.section1-2-1 .swiper-container-3 {
  height: 420px;
  overflow: hidden;
}

.zfxxgk {
  float: left;
  width: 647px;
}
.zfxxgk > div.clearfix > a {
  width: 316px;
  height: 128px;
  float: left;
  margin-top: 15px;
  transition: all 0.3s;
}
.zfxxgk > div.clearfix > a:hover,
.zfxxgk-brother-notes > a:hover {
  box-shadow: 0 0 18px rgb(0 0 0 / 20%);
}
.zfxxgk > div.clearfix > a:first-child,
.zfxxgk > div.clearfix > a:first-child + a + a {
  margin-right: 15px;
}
.zfxxgk > div.clearfix > a > img,
.zfxxgk-brother-notes > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zfxxgk-brother-notes {
  margin-top: 27px;
  float: right;
}
.zfxxgk-brother-notes > a {
  display: block;
  width: 236px;
  height: 128px;
  margin-top: 15px;
  transition: all 0.3s;
}

.section1-2-2 {
  width: 453px;
  float: right;
}
.section1-2-2 .two-leaders {
  background: #f3f9ff;
  height: 227px;
  padding: 14px 0;
}
.section1-2-2 .two-leaders > a {
  width: 50%;
  float: left;
  text-align: center;
  font-size: 0;
  display: block;
}
.section1-2-2 .two-leaders > a > img {
  width: 108px;
  height: 134px;
  object-fit: cover;
  image-rendering: auto;
}
.section1-2-2 .two-leaders > a > h1 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 8px 0 0 0;
}
.section1-2-2 .two-leaders > a > p {
  font-size: 14px;
  color: #666;
  margin: 7px 30px 0 30px;
  line-height: 1.29;
}
.section-1-2-2-2 {
  background: #f3f9ff;
  margin-top: 14px;
  padding: 20px 23px;
}
.section-1-2-2-2 > a {
  display: block;
  float: left;
  width: 195px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fff;
}
.section-1-2-2-2 > a:first-child,
.section-1-2-2-2 > a:first-child + a {
  margin-bottom: 20px;
}
.section-1-2-2-2 > a:first-child,
.section-1-2-2-2 > a:first-child + a + a {
  margin-right: 17px;
}
.section-1-2-2-2 > a > img {
  width: 28px;
  margin: -7px 0 0 0;
  padding: 0;
  vertical-align: middle;
}
.section-1-2-2-2 > a > span {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  margin-left: 5px;
}
.section-1-2-2-2 > a:hover {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.section-1-2-2-2 > a:hover > span {
  color: #0649a5;
}
.zcwjcx {
  background: #d4e7f9;
  margin-top: 15px;
  text-align: center;
}
.zcwjcx-title {
  background: #3a80d9;
  background-image: linear-gradient(to top, #89bdfe, #3a80d9);
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.zcwjcx > input {
  background: #fff;
  height: 50px;
  font-size: 16px;
  border: none;
  display: block;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}
.zcwjcx > .file-keywords {
  margin-top: 35px;
  margin-bottom: 20px;
}
.zcwjcx > button {
  font-size: 22px;
  color: #fff;
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin: 28px 0 25px 0;
  border-radius: 4px;
  background: #3b81d9;
  background-image: linear-gradient(to top, #86bbfd, #3b81d9);
  cursor: pointer;
}

.swiper-container-links {
  overflow: hidden;
  height: 150px;
  margin: 50px auto 0;
}
.swiper-container-links-wap {
  overflow: hidden;
  margin: 0;
  display: none;
}
/* #endregion section1 */

/* #region gd */
/* prettier-ignore */
.gd {
  margin-top: 15PX;/* px-to-viewport-ignore */
  padding: 10PX 10PX 10PX 15PX;/* px-to-viewport-ignore */
  border-radius: 2PX;/* px-to-viewport-ignore */
  background: #3a80d9;
  overflow: hidden;
  position: relative;
}
/* prettier-ignore */
.gd .gd-more {
  width: 45PX;/* px-to-viewport-ignore */
  padding-right: 10PX;/* px-to-viewport-ignore */
  font-size: 19PX;/* px-to-viewport-ignore */
  color: #fff;
  font-weight: bold;
  line-height: 24PX;/* px-to-viewport-ignore */
  position: absolute;
  top: 10PX;/* px-to-viewport-ignore */
  left: 15PX;/* px-to-viewport-ignore */
  bottom: 10PX;/* px-to-viewport-ignore */
  z-index: 1;
  background: #3a80d9;
  letter-spacing: 2PX;/* px-to-viewport-ignore */
  box-sizing: content-box;
}
/* prettier-ignore */
.gd .marqueeleft {
  width: 100%;
  height: 48PX;/* px-to-viewport-ignore */
  overflow: hidden;
}
.gd .marqueeleft ul {
  float: left;
}
/* prettier-ignore */
.gd .marqueeleft ul li {
  width: 300PX;/* px-to-viewport-ignore */
  float: left;
  line-height: 48PX;/* px-to-viewport-ignore */
  display: inline;
  overflow: hidden;
}
.gd .marqueeleft ul li a {
  width: 58%;
  float: left;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
/* prettier-ignore */
.gd .marqueeleft ul li span {
  margin: 0 10PX;/* px-to-viewport-ignore */
  float: left;
  color: #fff;
  display: block;
}
/* prettier-ignore */
.gd .marqueeleft ul li i {
  width: 1PX;/* px-to-viewport-ignore */
  height: 18PX;/* px-to-viewport-ignore */
  margin: 15PX 0;/* px-to-viewport-ignore */
  float: left;
  background: #fff;
  display: block;
}
/* #endregion */

/* #region section2 */
.section2 {
  background: #f4f8ff;
  position: relative;
  margin-top: 15px;
  padding-bottom: 68px;
}
.section2 .font-bg {
  position: absolute;
  left: -16px;
  bottom: 15px;
  width: 266px;
}
.section2-xcgg-other img {
  width: 24%;
  float: left;
  margin-left: 1%;
}
.section2-xcgg-ykb img {
  width: 25%;
  float: left;
}
.zwfw-title {
  margin: 58px auto 25px auto;
}
.zwfw-content {
  background: #fff;
  padding: 64px 34px;
}
.zwfw-content .left-container {
  width: 1031px;
  float: left;
}
.zwfw-content .left-container > .title-container {
  width: 671px;
  height: 56px;
  line-height: 56px;
  padding-left: 17px;
  background: #397fd8;
  background-image: linear-gradient(to left, #fff, #8bbeff, #397fd8);
  text-align: left;
}
.zwfw-content .left-container > .title-container > img {
  width: 30px;
  position: relative;
  top: 7px;
}
.zwfw-content .left-container > .title-container > span:first-of-type {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-left: 7px;
}
.zwfw-content .left-container > .title-container > span:first-of-type + span {
  color: #fff;
  font-size: 16px;
  margin-left: 20px;
}
.zwfw-content .left-container > .title-container a {
  color: #fff;
}
.zwfw-content .left-container > .frfw {
  margin-top: 53px;
}
.zwfw-content .left-container > ul::after {
  content: "";
  display: block;
  clear: both;
}
.zwfw-content .left-container > ul {
  margin-top: 20px;
}
.zwfw-content .left-container > ul > li {
  float: left;
  list-style-type: none;
  margin-left: 13px;
  transition: all 0.3s ease;
}
.zwfw-content .left-container > ul > li:hover,
.zwfw-content .right-container > a:hover {
  box-shadow: 0 0 10px rgb(209 216 222 / 90%);
}
.zwfw-content .left-container > ul > li:first-child {
  margin-left: 0;
}
.zwfw-content .left-container > ul > li > a {
  width: 136px;
  height: 136px;
  text-align: center;
  display: block;
  background: #f3f9ff;
  padding-top: 20px;
}
.zwfw-content .left-container > ul > li > a > img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.zwfw-content .left-container > ul > li:hover > a > img {
  animation: bounce-down 1.6s linear infinite;
}

@keyframes bounce-down {
  25% {
    transform: translateY(-4px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(4px);
  }
}

.zwfw-content .left-container > ul > li > a > h1 {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
  text-align: center;
  font-weight: normal;
}
.zwfw-content .left-container > ul > li > a:hover > h1 {
  color: #0649a5;
  font-weight: bold;
}
.zwfw-content .right-container {
  width: 265px;
  float: right;
}
.zwfw-content .right-container > a {
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #f3f9ff;
  transition: all 0.3s ease;
  margin-top: 25px;
}
.zwfw-content .right-container > a:first-child {
  margin-top: 0;
}
.zwfw-content .right-container > a > img {
  vertical-align: middle;
  opacity: 0.9;
  width: 60px;
}
.zwfw-content .right-container > a > span {
  font-size: 20px;
  color: #333;
  margin-left: 24px;
}
.zwfw-content .right-container > a:hover > span {
  color: #0649a5;
  font-weight: bold;
}
.zwfw-content .right-container > a:hover > img {
  opacity: 1;
}

.gr-cjsfw-img {
  float: left;
  width: 32.5%;
  margin-top: 15px;
}
.qy-cjsfw-img {
  float: left;
  width: 32.5%;
  margin: 15px 1.25% 0;
}
.bmdt-img {
  float: left;
  width: 32.5%;
  margin-top: 15px;
}
/* #endregion section2 */

/* #region section3 */
.section3 {
  padding: 60px 0;
}
.section3 > .menu-container {
  text-align: left;
  margin-top: 20px;
}
.section3 > .menu-container > a {
  display: inline-block;
  width: 18%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin-left: 2%;
  transition: all 0.3s ease;
  border-radius: 2px;
  background: #307bd9;
  background-image: linear-gradient(to top, #86bbfd, #307bd9);
}
.section3 > .menu-container > a:first-child {
  margin-left: 0;
}
.section3 > .menu-container > a > img {
  width: 52px;
  opacity: 0.9;
  vertical-align: middle;
  position: relative;
  top: -5px;
}
.section3 > .menu-container > a > span {
  margin-left: 23px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.section3 > .menu-container > a:hover {
  box-shadow: 0 0 10px rgb(55, 126, 215);
}
.section3 > .menu-container > a:hover > span {
  color: #0649a5;
}
.section3 > .menu-container > a:hover > img {
  opacity: 1;
}
.section3 .xjxd-container {
  width: 870px;
  float: left;
  margin-top: 50px;
  text-align: left;
}
.section3 .xjxd-container > .xjxd-title-container > .xjxd-title,
.section3 .zjdc-container > .zjdc-title-container > .zjdc-title {
  float: left;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  padding-left: 20px;
  border-left: #0649a5 4px solid;
}
.section3 .xjxd-container > .xjxd-title-container > .xjxd-title:hover,
.section3 .zjdc-container > .zjdc-title-container > .zjdc-title:hover {
  color: #0649a5;
}
.section3 .xjxd-container > .xjxd-title-container > .phones {
  float: right;
}
.section3 .xjxd-container > .xjxd-title-container > .phones > .mszs-container {
  color: #0649a5;
  float: left;
  margin-right: 20px;
}
.section3
  .xjxd-container
  > .xjxd-title-container
  > .phones
  > .zmfwrx-container {
  color: #0649a5;
  float: right;
}
.section3 .xjxd-container > .xjxd-title-container > .phones span:first-child {
  font-size: 18px;
  margin-right: 2px;
  font-weight: 500;
}
.section3
  .xjxd-container
  > .xjxd-title-container
  > .phones
  span:first-child
  + span {
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
}
.section3 .list-container > .title-container {
  background-color: #f4f8ff;
  height: 44px;
  line-height: 44px;
}
.section3 .list-container > .title-container > span {
  font-size: 16px;
  color: #666;
  display: inline-block;
  font-weight: bolder;
}
.section3 .list-container > .title-container > span:first-child {
  width: 68%;
  text-align: left;
  padding-left: 20px;
}
.section3 .list-container > .title-container > span:first-child + span,
.section3 .list-container > .title-container > span:first-child + span + span {
  width: 15%;
  text-align: center;
  float: right;
}
.section3 .news-list {
  padding-left: 20px;
}
.section3 .news-list > li {
  /* height: 65px;
  line-height: 65px; */
}
.section3 .news-list > li::before {
  /* top: 30px; */
}
.section3 .xjxd-container .news-list > li > a {
  width: 65%;
}
.section3 .xjxd-container .news-list > li > span {
  width: 15%;
  text-align: center;
}
.section3 .zjdc-container {
  width: 500px;
  float: right;
  margin-top: 50px;
}
.section3 .zjdc-container > .list-container {
  padding: 22px 0;
}
.section3 .zjdc-container > .list-container > .news-list {
  padding-right: 15px;
}
.section3 .list-container {
  border: #edeae8 1px solid;
  margin-top: 20px;
}
/* #endregion section3 */

/* #region section4 */
.section4 {
  background: #f4f8ff;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.section4 .house-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 610px;
}
.zjfj-title {
  margin: 0 auto;
}
.section4 .gallery {
  margin-top: 20px;
}
.section4 .gallery > div {
  display: inline-block;
  width: 25.71428%;
}
.section4 .gallery > div > a {
  width: 100%;
  height: 246px;
  overflow: hidden;
  display: block;
  position: relative;
}
.section4 .gallery > div > a:first-child {
  margin-bottom: 15px;
}
.section4 .gallery > a {
  width: 45.2857%;
  height: 507px;
  margin-left: 1.071428%;
  margin-right: 1.071428%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  position: relative;
}
.section4 .gallery a > img {
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section4 .gallery a > p {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.section4 .gallery a > p::before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.section4 .gallery a:hover > p {
  opacity: 1;
}
.section4 .gallery a:hover > img {
  transform: scale(1.05, 1.05);
}

/* #endregion section4 */

/* #region section5 */
.section5 {
  position: relative;
  padding: 60px 0;
}
.ztzl-title {
  margin: 0 auto;
}
.section5 .arrow {
  display: inline-block;
  width: 32px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #c2d3e9;
  position: relative;
  top: -90px;
}
.section5 .arrow > img {
  width: 14px;
  vertical-align: middle;
}
.section5 .arrow:hover {
  background: #0e4ca2;
}
.section5 .swiper-container-5 {
  display: inline-block;
  width: 90%;
  height: 200px;
  overflow: hidden;
  margin: 0 30px;
}
.section5 .swiper-container-5 .swiper-wrapper {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 30000px !important;
}
.section5 .swiper-container-5 a {
  display: block;
  overflow: hidden;
  margin-right: 16px;
  height: 100%;
}
.section5 .swiper-container-5 img {
  width: 300px;
  /* transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); */
}
/* .section5 .swiper-container-5 a:hover > img {
  transform: scale(1.05, 1.05) perspective(1px);
} */
.section5 .gallery {
  height: 200px;
  position: relative;
  margin-top: 20px;
}
/* #endregion setion5 */

/* #region common */
.tab-list {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.tab-list > li {
  list-style-type: none;
  margin-right: 30px;
}
.tab-list > li a {
  color: #333;
  font-size: 22px;
  position: relative;
  padding: 5px 10px;
  font-weight: bold;
  display: block;
}
.tab-list > li a:hover,
.tab-list > li.active a {
  color: #fff;
  background: #0649a5;
  border-radius: 50px;
}
/* .tab-list > li::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #0649a5;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tab-list > li:hover::before,
.tab-list > li.active::before {
  left: calc(50% - 35px);
  right: calc(50% - 35px);
  z-index: auto;
} */

.section-title-img {
  width: 676px;
  object-fit: contain;
}
img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
}
/* #endregion common */

.fixed-bottom-right {
  display: block;
  width: 300px;
  height: 200px;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #307bd9;
  z-index: 10000;
}
#close-fixed-br-box {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
